home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
Misc
/
GMS
/
GMSDev
/
Includes
/
clib
/
keyboard_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-10-18
|
314 b
|
18 lines
#ifndef CLIB_KEYBOARD_PROTOS_H
#define CLIB_KEYBOARD_PROTOS_H
/*
** $VER: keyboard_protos.h V0.9B
**
** C prototypes.
**
** (C) Copyright 1996-1997 DreamWorld Productions.
** All Rights Reserved.
*/
void keyAddInputHandler(void);
void keyRemInputHandler(void);
#endif /* CLIB_OBJECTS_PROTOS_H */